object frmRunApp: TfrmRunApp Left = 442 Top = 319 BorderIcons = [biMinimize] BorderStyle = bsDialog Caption = 'Optimization...' ClientHeight = 168 ClientWidth = 454 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter Scaled = False PixelsPerInch = 96 TextHeight = 13 object shpTopLine: TShape Left = 0 Top = 112 Width = 454 Height = 1 Align = alBottom Pen.Color = 7159041 end object axlSuggest: TAxLabel Left = 18 Top = 15 Width = 281 Height = 19 WordWrap = False Quality = smMMXSmoothing4x Transparent = False Caption = 'Mozilla Firefox must now be closed' Font.Charset = DEFAULT_CHARSET Font.Color = 11823428 Font.Height = -16 Font.Name = 'Verdana' Font.Style = [] ShowAccelChar = True ParentFont = False end object axlSuggestionText: TLabel Left = 18 Top = 48 Width = 423 Height = 52 AutoSize = False Caption = 'In order to apply the new optimized parameters you need to close' + ' all running instances of Mozilla Firefox.' Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = False WordWrap = True end object Panel1: TPanel Left = 0 Top = 113 Width = 454 Height = 55 Align = alBottom BevelOuter = bvNone Color = 15132390 ParentBackground = False TabOrder = 0 DesignSize = ( 454 55) object btnRetry: TButton Left = 189 Top = 16 Width = 80 Height = 25 Anchors = [akTop, akRight] Caption = 'Retry' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = btnRetryClick end object btnIgnore: TButton Left = 276 Top = 16 Width = 80 Height = 25 Anchors = [akTop, akRight] Caption = 'Ignore' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 0 end object btnCancel: TButton Left = 363 Top = 16 Width = 80 Height = 25 Anchors = [akTop, akRight] Cancel = True Caption = 'Cancel' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 1 end end end